Positioning in CSS
it helps to position the html element and used to set position for an element.
properties = top,bottom,right,left,pixels.
SYNTAX= selector{position:value; top:value; bottom:value; left:value; right:value; (in pixels) }
four type of positioning in scc
1) Static positioning
it is default position for HTML element .
it is not affected by the any type of properties.
2) Fixed positioning
it used to fixed text on the browser .
the fixed element will not move , even when the page is scrolled .
3) relative positioning
it used to set elemnt to its normal position (i.e.respected to whole window )
4) absolute positioning
it is sets an element in a specific location and it is not affected by the flow of thne page.
this positioning element at the specified coordinates respect to top-bottom on our screen.
HTML 5 is a revision of the Hypertext Markup Language (HTML), the standard programming language for describing the contents and appearance of Web pages.
HTML5 was developed to solve compatibility problems that affect the current standard, HTML4. One of the biggest differences between HTML5 and previous versions of the standard is that older versions of HTML require proprietary plugins and APIs. (This is why a Web page that was built and tested in one browser may not load correctly in another browser.) HTML5 provides one common interface to make loading elements easier. For example, there is no need to install a Flash plugin in HTML5 because the element will run by itself.